@import url(./reset.css);
@import url(./animate.min.css);
@import url(./swiper.min.css);
@import url(https://at.alicdn.com/t/font_2681032_eisqkkwx53.css?spm=a313x.7781069.1998910419.40&file=font_2681032_eisqkkwx53.css);

.header {
  background: #fff;
}

.header .center {
  align-items: center;
}

.header img {
  display: block;
}

.logo img {
  height: 60px;
  margin: 10px 0;
}

.navBg {
  background: linear-gradient(to bottom, #99d63a, #74ae19);
}

.nav .item {
  flex: 1;
  text-align: center;
  position: relative;
}

.nav .item:hover {
  background: #009b4c;
}

.nav .item>a {
  display: block;
  line-height: 40px;
  width: 100%;
  font-size: 14px;
  color: #fff;
  height: 40px;
}

.nav .item:hover .inNav {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}

.nav .inNav {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: scaleY(0) translateX(-50%);
  opacity: 0;
  transition: all .3s;
  width: 100px;
  z-index: 8;
}

.nav .inNav .box {
  width: 100px;
  background: rgba(0, 0, 0, 0.6);
}

.nav .inNav .box a {
  display: block;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  transition: all .3s;
}

.nav .inNav .box a:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #99d63a;
}

.banner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.banner img {
  display: block;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.banner .sy-navigation {
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.6);
}

.banner .sy-navigation .ic {
  color: #fff;
  font-size: 40px;
  transition: all .3s;
}

.sy-next {
  top: 50%;
  right: 5vw;
  margin-top: -30px;
}

.sy-prev {
  top: 50%;
  left: 5vw;
  margin-top: -30px;
}

.banner-pagination {
  position: absolute;
  display: flex;
  justify-content: center;
  opacity: 1;
  width: 100%;
  bottom: 30px;
  left: 0;
  z-index: 5;
}

.banner-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  margin: 0 10px;
  background: #fff;
  transition: all .3s;
}

.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(to bottom, #99d63a, #74ae19);
}

.syTongzhi {
  background: linear-gradient(to bottom, #99d63a, #74ae19);
  margin: 20px auto;
  height: 50px;
  align-items: center;
  padding: 0 5px;
}

.syTongzhi .title {
  width: 110px;
  height: 40px;
  color: #fff;
  padding-left: 35px;
  background: #009b4c url(../images/tzgg.png) center left no-repeat;
  background-position-x: 8px;
  line-height: 40px;
}

.tongzhiSwiper {
  height: 40px;
  margin: 0 0;
  flex: 1;
  padding: 0 100px 0 100px;
}

.tongzhiSwiper .row {
  height: 40px;
}

.tongzhiSwiper a {
  color: #fff;
  line-height: 40px;
}

.tongzhiSwiper a .tit {
  width: 400px;
}

.txNext {
  margin-right: 20px;
  cursor: pointer;
  margin-left: 20px;
}

.txPrev {
  cursor: pointer;
}

.syTop {
  margin-top: 25px;
  background: linear-gradient(to bottom, #99d63a, #74ae19);
  padding: 5px;
  color: #fff;
  align-items: center;
  color: #fff;
}

.syTop .tit {
  padding: 5px;
  background: #009b4c;
}

.syTop .more {
  margin-right: 10px;
}

.syTop .more a {
  color: #fff;
}

.syTop .more a:hover {
  text-decoration: underline;
}

.newsSwiperCon {
  width: 650px;
}

.newsSwiper .swiper-slide {
  position: relative;
}

.newsSwiper img {
  display: block;
  width: 650px;
  height: 420px;
}

.newsSwiper .one {
  position: absolute;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  line-height: 50px;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 300px;
}

.news-pagination {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  opacity: 1;
  bottom: 17px !important;
  right: 0;
  width: 300px !important;
  z-index: 5;
  left: auto !important;
}

.news-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  margin: 0 10px;
  background: #fff;
  transition: all .3s;
}

.news-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(to bottom, #99d63a, #74ae19);
}

body {
  background: #f6f6f6;
}

.syNews1 {
  background: #fff;
  padding: 10px;
}

.syNews1 .left {
  width: 500px;
}

.newsNav {
  border-top: 1px solid #99d63a;
  font-size: 16px;
  position: relative;
}

.newsNav::after {
  content: ">>";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #009b4c;
}

.newsNav .item {
  width: 140px;
}

.newsNav .item.active {
  background: linear-gradient(to bottom, #99d63a, #74ae19);
}

.newsNav .item.active a {
  color: #fff;
}

.newsNav .item a {
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #99d63a;
  font-weight: bold;
}

.newsBox {
  margin-top: 5px;
}

.newsBox .item {
  display: none;
}

.newsBox .item.active {
  display: block;
}

.syNewslist .li {
  border-bottom: 1px dashed #dcdcdc;
  position: relative;
  padding-left: 40px;
}

.syNewslist .li::before {
  content: ">>";
  color: #009b4c;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 40px;
}

.syNewslist .li:hover a {
  color: #009b4c;
}

.syNewslist a {
  display: flex;
  justify-content: space-between;
  line-height: 40px;
  color: #666;
}

.syNewslist .one {
  width: 350px;
}

.syNewslist .time {
  color: #c3c3c3;
}

.syNews2 {
  margin-top: 30px;
  background-color: #fff;
  padding: 10px;
}

.syNews2 .syTop {
  margin-top: 0;
}

.syNews2>.item {
  width: 560px;
}

.syNews2 .syNewslist .li {
  padding-left: 30px;
}

.syNews2 .syNewslist .li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #c3c3c3;
  top: 50%;
  border-radius: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.syNews2 .syNewslist .li:hover::before {
  background: #009b4c;
}

.ggSwiper .swiper-wrapper,
.imgSwiper .swiper-wrapper,
.hezuo .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.ggBox {
  margin: 30px auto;
  padding: 10px;
}

.ggBox .box {
  background: #fff;
  display: flex;
  align-items: center;
  height: 210px;
  justify-content: center;
}

.ggBox .box img {
  display: block;
  max-width: 100%;
  height: 220px;
}

.syInfo {
  padding: 20px;
}

.imgSwiper img {
  display: block;
  width: 510px;
  margin: 20px auto;
  height: 300px;
}

.hezuo {
  background: #fff;
  padding: 10px;
}

.hezuo .box img {
  max-width: 100%;
  height: 70px;
}

.ggBox2 {
  margin-top: 30px;
}

.ggBox2 .box img {
  max-width: 100%;
  height: 95px;
  display: block;
  margin: 0 auto;
}

.foot {
  background: linear-gradient(to bottom, #99d63a, #74ae19);
  padding: 25px 0;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  font-size: 14px;
  line-height: 30px;
}

.foot a {
  color: #fff;
}

.foot .flex {
  justify-content: center;
}

.foot .flex .item {
  margin: 0 10px;
}

.itemFloat img {
  width: 100%;
}

.leftNav {
  position: fixed;
  width: 100px;
  top: 50%;
  z-index: 4;
  right: 0;
  border: 1px solid #dcdcdc;
  text-align: center;
  background-color: #fff;
  border-bottom: none;
}

.leftNav .item {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  flex-flow: column nowrap;
  color: #009b4c;
  cursor: pointer;
  position: relative;
}

.leftNav .item .icc {
  font-size: 50px;
  color: #009b4c;
}

.leftNav .code {
  display: block;
  width: 100px;
  position: absolute;
  top: 0;
  right: -101px;
  transition: all .3s;
}

.leftNav .item:hover .code {
  right: 101px;
}

.inban img {
  display: block;
  margin: 0 auto;
  max-width: 1600px;
}

.inCon {
  background: #fff;
  margin-top: 40px;
  padding: 20px;
}

.inCon>.top {
  border-bottom: 2px solid #dcdcdc;
  margin-top: 20px;
  align-items: center;
  margin-bottom: 40px;
}

.weizhi {
  color: #666;
}

.conNav {
  line-height: 56px;
}

.conNav .item {
  border-bottom: 2px solid #fff;
  transition: all .3s;
}

.conNav .item:not(:last-child) {
  margin-right: 15px;
}

.conNav .item.active {
  border-bottom: 2px solid #009b4c;
}

.conNav .item:hover {
  border-bottom: 2px solid #009b4c;
}

.conNav a {
  display: block;
  padding: 0 20px;
  font-size: 16px;
}

.company {
  overflow: hidden;
}

.company .title {
  font-size: 30px;
  color: #333;
}

.company .title::after {
  content: "";
  margin-bottom: 20px;
  display: block;
  width: 180px;
  height: 2px;
  background: #009b4c;
  margin-top: 20px;
}

.company .right {
  width: 700px;
}

.company .companyImg {
  width: 400px;
}

.yearList {
  font-size: 16px;
  width: 60px;
  line-height: 40px;
  text-align: center;
}

.yearList .item {
  cursor: pointer;
  color: #666;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px;
  transition: all .3s;
}

.yearList .item:hover {
  background-color: #009b4c;
  color: #fff;
  border-bottom: 1px solid #dcdcdc;
}

.yearList .item.active {
  background-color: #009b4c;
  border-bottom: 1px solid #dcdcdc;
  color: #fff;
}

.fazhan {
  justify-content: center;
}

.evenList {
  font-size: 14px;
  width: 800px;
  margin-left: 30px;
}

.evenList .item {
  margin-bottom: 50px;
  display: none;
}

.evenList .item.active {
  display: block;
}

.evenList .year {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  color: #009b4c;
}

.evenList .box {
  border: 1px solid #dcdcdc;
  padding: 10px 0px 10px 10px;
  align-items: center;
  margin-bottom: 20px;
}

.evenList .time {
  font-size: 14px;
  margin-right: 20px;
  padding-left: 10px;
  text-align: center;
}

.evenList .title {
  color: #000;
  flex: 1;
  padding-right: 10px;
  borde-right: 1px solid #dcdcdc;
}

.dmBox>.item {
  margin-bottom: 50px;
}

.dmBox .title {
  align-items: center;
  font-size: 14px;
  color: #9B9B9B;
}

.dmBox .title span {
  margin-right: 10px;
  font-size: 20px;
  color: #000;
}

.dmBox .list {
  margin-top: 15px;
}

.dmBox .list .item {
  background-color: #EAEAEA;
  color: #000;
  width: 31.5%;
  text-align: center;
  font-size: 18px;
  height: 80px;
  line-height: 80px;
  margin: 10px 10px;
}

.newsList1 .img {
  margin-right: 20px;
}

.newsList1 .img img {
  display: block;
  width: 180px;
  height: 110px;
}

.newsList1 .item {
  margin-bottom: 20px;
}

.newsList1 a {
  padding: 10px;
  border-bottom: 1px solid #dcdcdc;
  align-items: center;
  transition: all .3s;
}

.newsList1 a:hover {
  background-color: #99d63a;
  color: #fff;
}

.newsList1 a:hover .time h2 {
  color: #fff;
}

.newsList1 a:hover .txt {
  border-left: 1px solid #fff;
}

.newsList1 .time {
  width: 120px;
  text-align: center;
}

.newsList1 .time h1 {
  font-size: 30px;
}

.newsList1 .time h2 {
  font-size: 16px;
  color: #999999;
  margin-top: 3px;
}

.newsList1 .txt {
  border-left: 1px solid #dcdcdc;
  flex: 1;
  padding-left: 10px;
}

.newsList1 .txt .one {
  line-height: 50px;
  width: 700px;
  font-size: 16px;
}

.zhuye .zhuyeNav {
  padding-right: 20px;
  border-right: 1px solid #dcdcdc;
}

.zhuye .zhuyeNav .item {
  border: 1px solid #dcdcdc;
  width: 175px;
  line-height: 52px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  transition: all .2s;
}

.zhuye .zhuyeNav .item a {
  display: block;
}

.zhuye .zhuyeNav .item.active {
  background-color: #99d63a;
}

.zhuye .zhuyeNav .item.active a {
  color: #fff;
}

.zhuye .zhuyeNav .item:hover {
  background-color: #99d63a;
}

.zhuye .zhuyeNav .item:hover a {
  color: #fff;
}

.zhuye .info {
  padding-left: 20px;
}

.newsList2 .item {
  width: 270px;
  margin-bottom: 30px;
}

.newsList2 .item .img img {
  display: block;
  width: 270px;
  height: 165px;
}

.newsList2 .item:not(:nth-child(4n)) {
  margin-right: 25px;
}

.newsList2 .item .one {
  font-size: 16px;
  line-height: 30px;
  margin-top: 5px;
}

.newsList2 .item:hover .one {
  color: #009b4c;
}

.lxInfo {
  margin-top: 30px;
  font-size: 20px;
}

.lxInfo .h1 {
  font-size: 16px;
  color: #009b4c;
  align-items: center;
  font-weight: bold;
  line-height: 47px;
}

.lxInfo .tel {
  font-size: 16px;
  color: #000;
}

.lxInfo>.top {
  margin-bottom: 50px;
}

.newsInfo {
  text-align: center;
}

.newsInfo h1 {
  margin-bottom: 10px;
  font-size: 20px;
}
.newsInfo h2{
  margin-bottom: 30px;
  font-size: 16px;
}